projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08e25b9
)
app chooser widget: protect against show_all
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 22 Sep 2015 20:07:13 +0000
(16:07 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 22 Sep 2015 20:07:13 +0000
(16:07 -0400)
The visibility of the 'no apps' placeholder is managed by
the dialog, it should not be affected by gtk_widget_show_all.
https://bugzilla.gnome.org/show_bug.cgi?id=748080
gtk/ui/gtkappchooserwidget.ui
patch
|
blob
|
history
diff --git
a/gtk/ui/gtkappchooserwidget.ui
b/gtk/ui/gtkappchooserwidget.ui
index 6b3b2df28aec76858685cfac717ef0514fd35741..015bdd6bfd1daab50f17a8c539e0dfee66a6eb7c 100644
(file)
--- a/
gtk/ui/gtkappchooserwidget.ui
+++ b/
gtk/ui/gtkappchooserwidget.ui
@@
-97,6
+97,7
@@
<child type="overlay">
<object class="GtkBox" id="no_apps">
<property name="orientation">vertical</property>
+ <property name="no-show-all">True</property>
<property name="halign">center</property>
<property name="valign">center</property>
<child>